PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.images Package / PDFGifImage Class


In This Topic
    PDFGifImage Class Methods
    In This Topic

    For a list of all members of this type, see PDFGifImage members.

    Public Methods
     NameDescription
    Public MethodApplies the specified PDF compression filter to image data.
    The image data is already compressed so calling this method will compress it again and this might cause an increase in final size.
    This method can be called multiple times to chain multiple PDF filters. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodGets the active frame.  
    Public MethodGets the alternate images. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodGets the bits per component.
    Valid values are 1, 2, 4, 8, and (in PDF 1.5) 16. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodGets the color space. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodGets the COS image. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodGets the image frame count.  
    Public MethodGets the image height. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodGets a value indicating whether image interpolation is to be performed. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodGets the logical image height. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodGets the logical image width. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodGets the image mask. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodGets the image measure. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodGets the image orientation. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodGets the point data. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodGets the structure element that represents this image. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodGets the image width. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public Methodstatic (Shared in Visual Basic)Checks if the given stream contains a GIF image.  
    Public Methodstatic (Shared in Visual Basic)Loads an image from the given stream. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodSets the active frame.  
    Public MethodSets the alternate images. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodSets the bits per component.
    Valid values are 1, 2, 4, 8, and (in PDF 1.5) 16. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodSets the color space. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodSets a value indicating whether image interpolation is to be performed. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodSets the image mask. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodSets the image measure. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodSets the point data. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodSets the structure element that represents this image. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Top
    See Also